ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class / CurrentItem Property

In This Topic
    CurrentItem Property
    In This Topic
    Gets or sets the current item in the view.
    Syntax
    'Declaration
     
    Public Property CurrentItem As T
    public T CurrentItem {get; set;}
    See Also